home *** CD-ROM | disk | FTP | other *** search
/ HBO Media Relations - Win…/Spring 1995 Programming / HBO Media Relations Winter and Spring 1995 Programming Vol 1.1.iso / pc / files / hboprevw.dir / 00057_Script_57 < prev    next >
Text File  |  1995-01-09  |  296b  |  13 lines

  1. on exitFrame
  2.   swapbutton2
  3.   starttimer  
  4.   if the clickon <> 10 and the timer < 120 then -- wait 2 seconds before starting movie
  5.       set the movierate of sprite 2 to 0
  6.     else
  7.         set the movierate of sprite 2 to 1
  8.      end if
  9.     
  10.     
  11.     go to the frame
  12.     swapbutton2
  13. end